Computer Science Lesson Plan
Class: 7 - Lesson: 9 List
One or two classes (teacher's decision).
Scratch 3.0.
Students should know:
1. Create a shopping list using a list.
1. Create a quiz using a list.
POINTS TO PONDER: How many steps does it take to sort N numbers? The solution given takes about k × N² steps. There are algorithms that sort in fewer steps - teachers can explain how merge sort or heap sort works.